home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be008.dxr / 00064.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  270 b   |  14 lines

  1. on exitFrame
  2.   set LastTick to the ticks
  3.   repeat while the locV of sprite 3 > 272
  4.     set x to 1 * (the ticks - LastTick)
  5.     set LastTick to the ticks
  6.     set the locV of sprite 3 to the locV of sprite 3 - x
  7.     updateStage()
  8.   end repeat
  9. end
  10.  
  11. on mouseUp
  12.   go(80)
  13. end
  14.